home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb / sprite / RCS / m-sun4os4.h,v < prev    next >
Encoding:
Text File  |  1990-12-10  |  1.1 KB  |  50 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     90.11.12.17.40.12;  author rab;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @/* Macro definitions for running gdb on a Sun 4 running sunos 4.
  26.    Copyright (C) 1989, Free Software Foundation, Inc.
  27.  
  28. This file is part of GDB.
  29.  
  30. GDB is free software; you can redistribute it and/or modify
  31. it under the terms of the GNU General Public License as published by
  32. the Free Software Foundation; either version 1, or (at your option)
  33. any later version.
  34.  
  35. GDB is distributed in the hope that it will be useful,
  36. but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  38. GNU General Public License for more details.
  39.  
  40. You should have received a copy of the GNU General Public License
  41. along with GDB; see the file COPYING.  If not, write to
  42. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  43.  
  44. #include "m-sparc.h"
  45. #undef STACK_END_ADDRESS
  46. #define STACK_END_ADDRESS 0xf8000000
  47. #define SUNOS4
  48. #define FPU
  49. @
  50.